home *** CD-ROM | disk | FTP | other *** search
- /*
- Visual FX
- For
- Image FX
- SetUp Script
- Written By J.L. White
-
- (C)1997 Merlin's Software
-
- */
- parse arg Num
- options results
- address "IMAGEFX.1"
-
-
- Gadget.1 = 'Select Movement Of Image!'
- Gadget.2 = 'Horizontal'
- Gadget.3 = 'Vertical'
- ListRequest 3 Gadget
- Type = 0
- if result = 2 then Type = 0
- if result = 3 then Type = 1
-
- call open TempFile,"VFXIFX:TempDrawer/"strip(Num),W
- call writeln TempFile,Type
- call close TempFile
-